home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
IMAP13
/
XIMAP13.dxr
/
00165_go to the review script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
324 b
|
18 lines
on mouseDown
puppetSprite(5, 1)
swapCast(5, "blue button down")
puppetSound("click")
updateStage()
set waithere to the ticks
repeat while the ticks < (waithere + 20)
end repeat
end
on mouseUp
puppetSprite(5, 0)
swapCast(5, "blue button")
updateStage()
puppetSound("click")
go(1, "ImapTest.dir")
end